Welcome![Sign In][Sign Up]
Location:
Search - round robin

Search list

[assembly languagesaicheng

Description: 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
Platform: | Size: 4627 | Author: | Hits:

[CSharpRoundRobinScheduler

Description: 支持3-32名选手的单循环赛日程安排(每天的对战选手名单和每名选手每天的对手名单),支持保存日程表和打开已保存的日程表,支持选手ID和赛事名称录入,支持每轮比赛的日期制定。 -support 3-32 players single round robin schedule (daily list of players and the war every day player opponents list), supported preservation of the schedule and has kept open the schedule, the players support the race name ID and logging, support each round development of the date of the competition.
Platform: | Size: 10676 | Author: 孙宇 | Hits:

[Other resourceRoundRobinSchedulingTask

Description: C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
Platform: | Size: 55648 | Author: jupiter | Hits:

[Other resourceSoftTime

Description: 基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
Platform: | Size: 33834 | Author: adad | Hits:

[Other resource1

Description: In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.
Platform: | Size: 135878 | Author: 刘天宏 | Hits:

[Other resourceCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。
Platform: | Size: 19478 | Author: tennic | Hits:

[Linux-Unixproject3

Description: The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments
Platform: | Size: 589155 | Author: 向东 | Hits:

[OS programRR

Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 81019 | Author: 邓思兵 | Hits:

[Other赛程安排

Description: 用于循环赛的赛场安排。输入组名和每组的队数,即可安排这一组的循环赛比赛顺序。-the venue for the round robin arrangement. Imported group name and number of teams in each group, this group may be arranged on the round robin competition order.
Platform: | Size: 178176 | Author: 万山居 | Hits:

[Process-ThreadRoundRobin_Youxianji

Description: 文件中实现了操作系统进程调度的时间片轮转和优先级法,非常好用,十分适合于学习。-documents to fulfill the operating system process scheduling time slice and rotate priority, very convenient, very suitable for the study.
Platform: | Size: 339968 | Author: 王铁蛋 | Hits:

[Other Embeded programSoftTime

Description: 基于51定时器时间片轮循调度函数软件-time timer function unit Round Robin Scheduling Software
Platform: | Size: 33792 | Author: adad | Hits:

[GUI DevelopRoundRobinScheduler

Description: 用C#写的《计算机算法分析与设计》的课程设计--分治算法,循环赛日程表生成器 比较有实用价值的程序,可以保存赛程表为RTF格式,可输入选手名字,可指定每轮比赛的日期时间-With C# Written by
Platform: | Size: 67584 | Author: 范成 | Hits:

[Data structsRR

Description: 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
Platform: | Size: 7168 | Author: tennic | Hits:

[OS Developshijianpian

Description: 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
Platform: | Size: 1024 | Author: pzq | Hits:

[Internet-NetworkARM7_OS

Description: arm7上的操作系统 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度-ARM7 on the operating system scheduling tasks by priority, if in a ready state and the highest-priority mission there are two or more, according to the time slice Round Robin Scheduling
Platform: | Size: 660480 | Author: 杨文海 | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[Documentsshujujiegoushixi

Description: 1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度 -1) the creation of any character in an orderly manner (increasing order) the single round-robin list (that is, elements of random list of characters in keyboard input), the length limit of 15 2) Print (traverse) the list (followed by print the table element values) 3) in the list to find the first i elements, i legitimate return element value, otherwise return FALSE 4) in the list to find the same characters with a known first node, a then return TRUE, otherwise return FALSE 5) in the list in an orderly manner in accordance with the insertion of a known character elements 6) line of the table to delete the first i nodes 7) calculated the length of list
Platform: | Size: 603136 | Author: | Hits:

[OS programtime

Description: 时间片轮转算法 讲述呢进程调度的方法 希望和大家一起分享-Round Robin Time Slice them about the process of scheduling methods would like to share
Platform: | Size: 2048 | Author: xiaoliu | Hits:

[Process-ThreadCthread

Description:
Platform: | Size: 2048 | Author: jzhao | Hits:

[Process-Threadlzz

Description: 单处理系统进程调度 基于动态优先级的时间片轮转法-Deal with the process of scheduling a single system based on dynamic time slice priority Round Robin
Platform: | Size: 1024 | Author: 李正中 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 24 »

CodeBus www.codebus.net